home *** CD-ROM | disk | FTP | other *** search
/ The Macintosh Demo Applications CD / Apple-MacintoshDemoApplicationsCD-1.0-1992.iso / More Information / Publish It! Easy 2.2 / Factor Folder / File•It! / File•It!.rsrc / STR#_10010.txt < prev    next >
Encoding:
Text File  |  1991-10-29  |  376 b   |  159 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39. if then
  40.  
  41. if else
  42.  
  43. or
  44.  
  45. xor
  46.  
  47. and
  48.  
  49. bor
  50.  
  51. bxor
  52.  
  53. band
  54.  
  55. equal
  56.  
  57. not equal
  58.  
  59. less than
  60.  
  61. greater than
  62.  
  63. less or equal
  64.  
  65. greater or equal
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79. add
  80.  
  81. sub
  82.  
  83. mul
  84.  
  85. div
  86.  
  87. idiv
  88.  
  89. mod
  90.  
  91. pow
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99. not
  100.  
  101. bnot
  102.  
  103. pos
  104.  
  105. neg
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115. value of
  116.  
  117. make string
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139. exact text
  140.  
  141. contains text
  142.  
  143. starts with text
  144.  
  145. ends with text
  146.  
  147. join
  148.  
  149. smart join
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.